home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / conf / portability.h
C/C++ Source or Header  |  1993-06-27  |  595b  |  14 lines

  1. /* This file is used by some of the resolver code in inet/ that
  2.    comes from BIND 4.9.  I have written this file instead of modifying
  3.    those things not to use it so that I can later drop in replacement
  4.    files from future BIND distributions without change.  */
  5.  
  6. #include <unistd.h>
  7.  
  8. /* Some BIND code decides it can omit the definitions of some functions
  9.    if BSD is defined to some value.  That might make sense when the BIND
  10.    code is augmenting or replacing an existing system library, but we can
  11.    never omit a function here, since we are defining the system library.  */
  12.  
  13. #undef BSD
  14.